Skip to content

Fix typo in venv instructions#577

Closed
svenstaro wants to merge 1 commit into
masterfrom
fix-venv-instructions
Closed

Fix typo in venv instructions#577
svenstaro wants to merge 1 commit into
masterfrom
fix-venv-instructions

Conversation

@svenstaro
Copy link
Copy Markdown
Member

@svenstaro svenstaro commented Jul 24, 2025

This needs to be venv and not env since the instructions above call it venv.

@lahwaacz
Copy link
Copy Markdown
Contributor

The previous command uses ./env/ for the path of the venv, though 😉

Comment thread README.md
2. Activate the virtualenv.

source ./env/bin/activate
source ./venv/bin/activate
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python -m venv env creates a virtualenv called env, venv is the python module name.

@svenstaro
Copy link
Copy Markdown
Member Author

Oh wow, I'm just really tired. Sorry for the noise.

@svenstaro svenstaro closed this Jul 24, 2025
@svenstaro svenstaro deleted the fix-venv-instructions branch July 24, 2025 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants